翻訳と辞書
Words near each other
・ Standard Spanish
・ Standard state
・ Standard State Zoning Enabling Act
・ Standard Steam Car
・ Standard Steel Car Company
・ Standard Steel Casting Company
・ Standard Step Method
・ Standard streams
・ Standard Superior
・ Standard swap
・ Standard Swedish
・ Standard Talking Machine Company
・ Standard Telecommunication Laboratories
・ Standard telegraph level
・ Standard Telephones and Cables
Standard Template Library
・ Standard Ten
・ Standard terminal arrival route
・ Standard Terminal Automation Replacement System
・ Standard Test and Programming Language
・ Standard Test Data Format
・ Standard test image
・ Standard test signal
・ Standard test tone
・ Standard Textile Company
・ Standard Thai Astrology Manual
・ Standard Theatre
・ Standard Theatre (Philadelphia)
・ Standard Theatre (Toronto)
・ Standard Tibetan


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Standard Template Library : ウィキペディア英語版
Standard Template Library

The Standard Template Library (STL) is a software library for the C++ programming language that influenced many parts of the C++ Standard Library. It provides four components called ''algorithms'', ''containers'', ''functional'', and ''iterators''.
The STL provides a ready-made set of common classes for C++, such as containers and associative arrays, that can be used with any built-in type and with any user-defined type that supports some elementary operations (such as copying and assignment). STL algorithms are independent of containers, which significantly reduces the complexity of the library.
The STL achieves its results through the use of templates. This approach provides compile-time polymorphism that is often more efficient than traditional run-time polymorphism. Modern C++ compilers are tuned to minimize any abstraction penalty arising from heavy use of the STL.
The STL was created as the first library of generic algorithms and data structures for C++, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics.
== Composition ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Standard Template Library」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.